/*تغيير لون الزر في الشاشات الصغيرة */
@media (max-width: 991px) {
.toggle-btn{
    background-color: #fdae1b;
}
}